regexp.Regexp.doOnePass (method)

2 uses

	regexp (current package)
		exec.go#L397: func (re *Regexp) doOnePass(ir io.RuneReader, ib []byte, is string, pos, ncap int, dstCap []int) []int {
		exec.go#L532: 		return re.doOnePass(r, b, s, pos, ncap, dstCap)